home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / misc / lmsgid < prev    next >
Encoding:
Text File  |  1993-08-25  |  131 b   |  8 lines

  1. #!/usr/bin/perl
  2.  
  3. dbmopen(ifdbm,"msgidb",0666);
  4. while(($key,$val)=each %ifdbm) {
  5.     print $key, ' = ', $val, "\n";
  6. }
  7. dbmclose(ifdbm);
  8.